home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineSprite_336 / frame_1 / DoAction.as
Text File  |  2003-04-29  |  135b  |  9 lines

  1. if(_root.soundtrack_movie.music == 0)
  2. {
  3.    gotoAndStop(3);
  4. }
  5. else if(_root.soundtrack_movie.music == 1)
  6. {
  7.    gotoAndStop(2);
  8. }
  9.